derelict.glib.gbytes

Undocumented in source.

Members

Aliases

da_g_bytes_compare
alias da_g_bytes_compare = gint function(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_equal
alias da_g_bytes_equal = gboolean function(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_get_data
alias da_g_bytes_get_data = gconstpointer function(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_get_size
alias da_g_bytes_get_size = gsize function(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_hash
alias da_g_bytes_hash = guint function(gconstpointer bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_new
alias da_g_bytes_new = GBytes* function(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_new_from_bytes
alias da_g_bytes_new_from_bytes = GBytes* function(GBytes* bytes, gsize offset, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_new_static
alias da_g_bytes_new_static = GBytes* function(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_new_take
alias da_g_bytes_new_take = GBytes* function(gpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_new_with_free_func
alias da_g_bytes_new_with_free_func = GBytes* function(gconstpointer data, gsize size, GDestroyNotify free_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_ref
alias da_g_bytes_ref = GBytes* function(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_unref
alias da_g_bytes_unref = void function(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_unref_to_array
alias da_g_bytes_unref_to_array = GByteArray* function(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_bytes_unref_to_data
alias da_g_bytes_unref_to_data = gpointer function(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_bytes_compare
gint g_bytes_compare(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_equal
gboolean g_bytes_equal(gconstpointer bytes1, gconstpointer bytes2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_data
gconstpointer g_bytes_get_data(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_size
gsize g_bytes_get_size(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_hash
guint g_bytes_hash(gconstpointer bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new
GBytes* g_bytes_new(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_from_bytes
GBytes* g_bytes_new_from_bytes(GBytes* bytes, gsize offset, gsize length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_static
GBytes* g_bytes_new_static(gconstpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_take
GBytes* g_bytes_new_take(gpointer data, gsize size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_with_free_func
GBytes* g_bytes_new_with_free_func(gconstpointer data, gsize size, GDestroyNotify free_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_ref
GBytes* g_bytes_ref(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref
void g_bytes_unref(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_array
GByteArray* g_bytes_unref_to_array(GBytes* bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_data
gpointer g_bytes_unref_to_data(GBytes* bytes, gsize* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_bytes_compare
da_g_bytes_compare g_bytes_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_equal
da_g_bytes_equal g_bytes_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_data
da_g_bytes_get_data g_bytes_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_get_size
da_g_bytes_get_size g_bytes_get_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_hash
da_g_bytes_hash g_bytes_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new
da_g_bytes_new g_bytes_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_from_bytes
da_g_bytes_new_from_bytes g_bytes_new_from_bytes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_static
da_g_bytes_new_static g_bytes_new_static;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_take
da_g_bytes_new_take g_bytes_new_take;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_new_with_free_func
da_g_bytes_new_with_free_func g_bytes_new_with_free_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_ref
da_g_bytes_ref g_bytes_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref
da_g_bytes_unref g_bytes_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_array
da_g_bytes_unref_to_array g_bytes_unref_to_array;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_bytes_unref_to_data
da_g_bytes_unref_to_data g_bytes_unref_to_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta